home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-5625 / apexview / apexview.txt < prev   
Text File  |  1995-10-15  |  9KB  |  179 lines

  1. *----------------------------------------------------------------------------*
  2.  
  3. This file details the latest update to the image viewers supplied with the
  4. 'Apex Animator' graphics system on the Atari Falcon030 computer.
  5.  
  6. Apex Animator (c) 1995 Black Scorpion Developments.
  7.  
  8. *----------------------------------------------------------------------------*
  9.  
  10. APEXTGA.GTP:
  11.  
  12. Operation: * Allows Truevision TARGA format images to be viewed from the 
  13.              Desktop or from within third party shells by double-clicking
  14.              on the image or by dragging the image onto the GTP file.
  15.  
  16.            * The image is rendered onto the screen using one of several 
  17.              methods depending on the model of computer you are using.
  18.  
  19.            * The best display method available for each machine will be
  20.              chosen in order to represent the image as closely to the
  21.              original image as physically possible, which involves
  22.              increasing the (normally fixed) colour limit for that platform
  23.              by at least several hundred percent (much more on Falcon
  24.              machines).
  25.  
  26. Support:   * 16/24/32-bit compressed and uncompressed Truevision TARGAs.
  27.            * Works on Falcon030, STE & standard ST machines.
  28.  
  29. Colours:   * Approx 16.7 million / 24-bit on Falcon030 machines.
  30.            * Approx 32,768 / 15-bit on STE machines.
  31.            * Approx 4096 / 12-bit on ST machines.
  32.  
  33. Features:  * 24-bit supersampling (smooth-filtered rescaling) is performed
  34.              on images too big for the display, and allows huge images to
  35.              be viewed without pixel deterioration on any monitor.
  36.            * Mouse click or keypress to exit.
  37.              
  38. Bugs:      * A problem with older 14-inch VGA engines which resulted in
  39.              reduced colour count and a somewhat erratic display has been
  40.              successfully corrected using software trickery with this latest
  41.              version of the viewer, although the hardware problem between the
  42.              Falcon and these monitors remains mainly uncorrectable without
  43.              some kind of hardware modification.
  44.  
  45. Special:   * Editing the (signed) longwords immediately following the ASCII
  46.              tags 'xoff' & 'yoff' found at the start of the program will
  47.              allow the user to offset the display both horizontally and
  48.              vertically for televisions with unbalanced border sizes.
  49.              Typical values are '16' for 'xoff' and '0' for 'yoff'. 'load'
  50.              is a reserved parameter and is currently unused.
  51.  
  52. *----------------------------------------------------------------------------*
  53.  
  54. APEXJPG.GTP:
  55.  
  56. Operation: * Allows any standard JPEG format images to be viewed from the 
  57.              Desktop or from within third party shells by double-clicking
  58.              on the image or by dragging the image onto the GTP file.
  59.  
  60.            * The image is rendered onto the screen using an advanced
  61.              24-bit 'emulation' mode which uses software trickery to
  62.              increase the Falcon's colour limit beyond 16-bits to a much
  63.              smoother looking 24-bit display.
  64.  
  65. Support:   * Any standard YCbCR-IDCT-Huffman based JPEG format.
  66.            * Works only on Falcon030 machines.
  67.  
  68. Colours:   * Approx 16.7 million / 24-bit.
  69.  
  70. Features:  * 24-bit supersampling (smooth-filtered rescaling) is performed
  71.              on images too big for the display, and allows huge images to
  72.              be viewed without pixel deterioration on any monitor.
  73.            * DSP-based IDCT JPEG decoding.
  74.            * Mouse click or keypress to exit.
  75.              
  76. Bugs:      * A problem with older 14-inch VGA engines which resulted in
  77.              reduced colour count and a somewhat erratic display has been
  78.              successfully corrected using software trickery with this latest
  79.              version of the viewer, although the hardware problem between the
  80.              Falcon and these monitors remains mainly uncorrectable without
  81.              some kind of hardware modification.
  82.  
  83. Special:   * Editing the (signed) longwords immediately following the ASCII
  84.              tags 'xoff' & 'yoff' found at the start of the program will
  85.              allow the user to offset the display both horizontally and
  86.              vertically for televisions with unbalanced border sizes.
  87.              Typical values are '16' for 'xoff' and '0' for 'yoff'. 'load'
  88.              is a reserved parameter and is currently unused.
  89.  
  90. *----------------------------------------------------------------------------*
  91.  
  92. APEXFLC.GTP:
  93.  
  94. Operation: * Allows FLIC animations in a number of formats to be displayed
  95.          directly from the Desktop at up to 70 frames/sec (or higher)
  96.          by double-clicking on the FLIC or by dragging the FLIC onto
  97.          the GTP file.
  98.  
  99. Support:   * All Autodesk 256 colour FLI & FLC animation formats, as well
  100.              as the 16-bit truecolour FLH format.
  101.            * Works only on Falcon030 machines.
  102.  
  103. Colours:   * 256 per animation (FLI).
  104.            * 256 per frame (FLC).
  105.            * 65536 per frame (FLH).
  106.  
  107. Features:  * Takes advantage of TV/RGB overscan for animations larger than
  108.              320 or 640 pixels wide, depending on nearest video resolution.
  109.            * Can play animations from memory or direct-from-disk, frame-by-
  110.              frame at high speeds.
  111.            * Mouse click or keypress to exit.
  112.              
  113. Special:   * Editing the (signed) longwords immediately following the ASCII
  114.              tags 'xoff' & 'yoff' found at the start of the program will
  115.              allow the user to offset the display both horizontally and
  116.              vertically for televisions with unbalanced border sizes.
  117.              Typical values are '16' for 'xoff' and '0' for 'yoff'.
  118.  
  119.              The third field, 'load' is used to specify direct-from-disk or
  120.              direct-from-memory playback. Memory playback ('load' = '-1')
  121.              is faster, but can require a lot of ram and causes a delay while
  122.              the file is loaded. Disk playback ('load' = '0') is
  123.              instantaneous, but slower for higher-resolution sequences due
  124.              to bandwidth restrictions of the drive. Under normal
  125.              circumstances (bugs forgiving), memory playback will default
  126.              to disk playback if available ram is insufficient for loading
  127.              the whole animation.
  128.  
  129. *----------------------------------------------------------------------------*
  130.  
  131. APEXGIF.GTP:
  132.  
  133. Operation: * Allows 256-colour GIF format images to be viewed from the 
  134.              Desktop or from within third party shells by double-clicking
  135.              on the image or by dragging the image onto the GTP file.
  136.  
  137.            * The image is rendered onto the screen using an advanced
  138.              24-bit palette 'emulation' mode which uses software trickery
  139.              to increase the Falcon's colour palette limit beyond 18-bits
  140.              to a much smoother looking 24-bit display.
  141.  
  142. Support:   * Any standard GIF87 or GIF89 format (except interlaced GIFS).
  143.            * Works only on Falcon030 machines.
  144.  
  145. Colours:   * 256 from a palette of approx 16.7 million / 24-bit.
  146.  
  147. Features:  * Mouse controlled scrolling with left-click or keypress to exit.
  148.            * Uses DSP bytepixel -> bitplane conversion for speed.
  149.            * Mouse click or keypress to exit.
  150.              
  151. Bugs:      * A problem with older 14-inch VGA engines which resulted in
  152.              reduced colour count and a somewhat erratic display has been
  153.              successfully corrected using software trickery with this latest
  154.              version of the viewer, although the hardware problem between the
  155.              Falcon and these monitors remains mainly uncorrectable without
  156.              some kind of hardware modification.
  157.  
  158. Special:   * Editing the (signed) longwords immediately following the ASCII
  159.              tags 'xoff' & 'yoff' found at the start of the program will
  160.              allow the user to offset the display both horizontally and
  161.              vertically for televisions with unbalanced border sizes.
  162.              Typical values are '16' for 'xoff' and '0' for 'yoff'. 'load'
  163.              is a reserved parameter and is currently unused.
  164.  
  165. *----------------------------------------------------------------------------*
  166.  
  167. For detailed information on the Apex package, please contact:
  168.  
  169. Titan Designs,
  170. 6 Witherford Way,
  171. Selly Oak,
  172. Birmingham.
  173. B29 4AX
  174.  
  175. Or:
  176.  
  177. phone:   0121-693-6669
  178. fax:     0121-414-1630
  179.